public class ProtocolVersion extends NdrObject
| Constructor and Description |
|---|
ProtocolVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(NetworkDataRepresentation ndr,
NdrBuffer src) |
void |
encode(NetworkDataRepresentation ndr,
NdrBuffer dst) |
int |
getMajorVersion() |
int |
getMinorVersion() |
void |
setMajorVersion(short majorVersion) |
void |
setMinorVersion(short minorVersion) |
public int getMajorVersion()
public void setMajorVersion(short majorVersion)
public int getMinorVersion()
public void setMinorVersion(short minorVersion)
public void encode(NetworkDataRepresentation ndr, NdrBuffer dst) throws NdrException
encode in class NdrObjectNdrExceptionpublic void decode(NetworkDataRepresentation ndr, NdrBuffer src) throws NdrException
decode in class NdrObjectNdrExceptionCopyright © 2017 LSST. All rights reserved.