Uses of Class
org.openmuc.jsml.structures.Unsigned8

Packages that use Unsigned8
org.openmuc.jsml.structures   
 

Uses of Unsigned8 in org.openmuc.jsml.structures
 

Subclasses of Unsigned8 in org.openmuc.jsml.structures
 class SML_Unit
           
 

Fields in org.openmuc.jsml.structures declared as Unsigned8
protected  Unsigned8 SML_Message.abortOnError
           
protected  Unsigned8 SML_Message.groupNo
           
protected  Unsigned8 SML_PublicOpenRes.smlVersion
           
protected  Unsigned8 SML_PublicOpenReq.smlVersion
           
protected  Unsigned8 Choice.tag
          tag defines the type of the choice object
 

Methods in org.openmuc.jsml.structures that return Unsigned8
 Unsigned8 SML_Message.getAbortOnError()
           
 Unsigned8 SML_Message.getGroupNo()
           
 Unsigned8 SML_PublicOpenRes.getSmlVersion()
           
 Unsigned8 SML_PublicOpenReq.getSmlVersion()
           
 Unsigned8 Choice.getTag()
           
 

Methods in org.openmuc.jsml.structures with parameters of type Unsigned8
 void SML_Message.setAbortOnError(Unsigned8 abortOnError)
           
 void SML_Message.setGroupNo(Unsigned8 groupNo)
           
 

Constructors in org.openmuc.jsml.structures with parameters of type Unsigned8
SML_Message(OctetString transactionId, Unsigned8 groupNo, Unsigned8 abortOnError, SML_MessageBody messageBody)
           
SML_PublicOpenReq(OctetString codepage, OctetString clientId, OctetString reqFileId, OctetString serverId, OctetString username, OctetString password, Unsigned8 smlVersion)
           
SML_PublicOpenRes(OctetString codepage, OctetString clientId, OctetString reqFileId, OctetString serverId, SML_Time refTime, Unsigned8 smlVersion)
           
SML_Unit(Unsigned8 val)
           
 



Copyright © 2011. All Rights Reserved.