Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxvoid Write(
byte[] data
)
Sub Write (
data As Byte()
)
void Write(
array<unsigned char>^ data
)
abstract Write :
data : byte[] -> unit
Parameters
- data
- Type: SystemByte
See Also