Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic StringPacket(
string m
)
Public Sub New (
m As String
)
public:
StringPacket(
String^ m
)
new :
m : string -> StringPacket
Parameters
- m
- Type: SystemString
See Also