StunPacket Constructor (Byte) |
Initializes a new instance of the
StunPacket class
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public StunPacket(
byte[] bytes
)
Public Sub New (
bytes As Byte()
)
public:
StunPacket(
array<unsigned char>^ bytes
)
new :
bytes : byte[] -> StunPacket
Parameters
- bytes
- Type: SystemByte
See Also