Exemplo n.º 1
0
 private void _parse()
 {
     _invokeIdAndPriority      = new DlmsStruct.InvokeIdAndPriority(m_io);
     _cosemAttributeDescriptor = new DlmsStruct.CosemAttributeDescriptor(m_io);
     _accessSelection          = new DlmsStruct.SelectiveAccessDescriptorOptional(m_io);
     _value = new DlmsData(m_io);
 }
Exemplo n.º 2
0
 private void _parse()
 {
     _invokeIdAndPriority = new DlmsStruct.InvokeIdAndPriority(m_io);
     _singleResponse      = new ActionResponseWithOptionalData(m_io, this, m_root);
 }
Exemplo n.º 3
0
 private void _parse()
 {
     _invokeIdAndPriority = new DlmsStruct.InvokeIdAndPriority(m_io);
     _result      = new DlmsStruct.DataAccessResult(m_io);
     _blockNumber = m_io.ReadU4be();
 }
Exemplo n.º 4
0
 private void _parse()
 {
     _invokeIdAndPriority = new DlmsStruct.InvokeIdAndPriority(m_io);
     _result = new DlmsStruct.DataAccessResult(m_io);
 }
Exemplo n.º 5
0
 private void _parse()
 {
     _invokeIdAndPriority = new DlmsStruct.InvokeIdAndPriority(m_io);
     _blockNumber         = m_io.ReadU4be();
 }
Exemplo n.º 6
0
 private void _parse()
 {
     _invokeIdAndPriority = new DlmsStruct.InvokeIdAndPriority(m_io);
     _result = new DlmsStruct.SequenceOfGetDataResult(m_io);
 }
Exemplo n.º 7
0
 private void _parse()
 {
     _invokeIdAndPriority        = new DlmsStruct.InvokeIdAndPriority(m_io);
     _cosemMethodDescriptor      = new DlmsStruct.CosemMethodDescriptor(m_io);
     _methodInvocationParameters = new DlmsStruct.DataOptional(m_io);
 }
Exemplo n.º 8
0
 private void _parse()
 {
     _invokeIdAndPriority     = new DlmsStruct.InvokeIdAndPriority(m_io);
     _attributeDescriptorList = new DlmsStruct.SequenceOfCosemAttributeDescriptorWithSelection(m_io);
     _datablock = new DlmsStruct.DatablockSa(m_io);
 }
Exemplo n.º 9
0
 private void _parse()
 {
     _invokeIdAndPriority = new DlmsStruct.InvokeIdAndPriority(m_io);
     _datablock           = new DlmsStruct.DatablockSa(m_io);
 }