Reference Library
Packet Property
NamespacesAsgard5.BnlsBnlsPacketPacket
Gets or sets the ID of the packet as it was specified when it was created.
Declaration Syntax
C#Visual BasicVisual C++
public BnlsPacketID Packet { get; set; }
Public Property Packet As BnlsPacketID
	Get
	Set
public:
property BnlsPacketID Packet {
	BnlsPacketID get ();
	void set (BnlsPacketID value);
}

Assembly: Asgard5Library (Module: Asgard5Library)