Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public StringPacket(
string m
)
Public Sub New (
m As String
)
public:
StringPacket(
String^ m
)
new :
m : string -> StringPacket
Parameters
- m
- Type: SystemString
See Also