RtspMessage(Byte, Int32) Constructor |
Creates a RtspMessage from the given bytes
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic RtspMessage(
byte[] bytes,
int offset = 0
)
Public Sub New (
bytes As Byte(),
Optional offset As Integer = 0
)
public:
RtspMessage(
array<unsigned char>^ bytes,
int offset = 0
)
new :
bytes : byte[] *
?offset : int
(* Defaults:
let _offset = defaultArg offset 0
*)
-> RtspMessage
Parameters
- bytes Byte
- The byte array to create the RtspMessage from
- offset Int32 (Optional)
- The offset within the bytes to start creating the message
See Also