Dart.Ssh Namespace > Packet Class : Create Method |
'Declaration Public Shared Function Create( _ ByVal msg() As Byte, _ ByVal msglen As Integer _ ) As Packet
'Usage Dim msg() As Byte Dim msglen As Integer Dim value As Packet value = Packet.Create(msg, msglen)
public: static Packet^ Create( array<byte>^ msg, int msglen )