pub type AudioDataType = ByteString;Expand description
OPC-UA AudiDataType, represented as just a ByteString.
Aliased Type§
pub struct AudioDataType {
pub value: Option<Vec<u8>>,
}Fields§
§value: Option<Vec<u8>>Raw inner byte string values as an array of bytes.