Skip to main content

ContinuationPoint

Type Alias ContinuationPoint 

Source
pub type ContinuationPoint = ByteString;
Expand description

OPC-UA raw continuation point, alias for ByteString.

Aliased Type§

pub struct ContinuationPoint {
    pub value: Option<Vec<u8>>,
}

Fields§

§value: Option<Vec<u8>>

Raw inner byte string values as an array of bytes.