|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnsignedByte | |
|---|---|
| org.opcfoundation.ua.builtintypes | OPC UA Part 6 defines 25 builtin types. |
| org.opcfoundation.ua.core | All the code in this package are codegenerated. |
| org.opcfoundation.ua.encoding | This folder contains serialization interfaces and serialization implementations |
| org.opcfoundation.ua.encoding.binary | The implementation of binary serialization |
| org.opcfoundation.ua.encoding.xml | The implementation of xml serialization. |
| org.opcfoundation.ua.transport | This package contains SecureChannel and related interfaces |
| Uses of UnsignedByte in org.opcfoundation.ua.builtintypes |
|---|
| Fields in org.opcfoundation.ua.builtintypes declared as UnsignedByte | |
|---|---|
static UnsignedByte |
UnsignedByte.MAX_VALUE
Constant MAX_VALUE |
static UnsignedByte |
UnsignedByte.MIN_VALUE
Constant MIN_VALUE |
static UnsignedByte |
UnsignedByte.ONE
Constant ONE |
static UnsignedByte |
UnsignedByte.ZERO
Constant ZERO |
| Methods in org.opcfoundation.ua.builtintypes that return UnsignedByte | |
|---|---|
UnsignedByte |
UnsignedByte.add(int increment)
Add a value. |
UnsignedByte |
UnsignedByte.add(UnsignedByte increment)
Add a value. |
UnsignedByte |
UnsignedByte.dec()
Decrease the value by one. |
static UnsignedByte |
UnsignedByte.getFromBits(byte value)
getFromBits. |
UnsignedByte |
UnsignedByte.inc()
Increase the value by one. |
static UnsignedByte |
UnsignedByte.max(UnsignedByte v0,
UnsignedByte v1)
max. |
static UnsignedByte |
UnsignedByte.min(UnsignedByte v0,
UnsignedByte v1)
min. |
static UnsignedByte |
UnsignedByte.parseUnsignedByte(String s)
Parse an UnsignedByte value from a string |
static UnsignedByte |
UnsignedByte.parseUnsignedByte(String s,
int radix)
Parses the string argument as an unsigned byte similar to Integer.parseInt(String, int) |
UnsignedByte |
UnsignedByte.subtract(int decrement)
Subtract a value from this value. |
UnsignedByte |
UnsignedByte.subtract(UnsignedByte decrement)
Subtract a value from this value. |
static UnsignedByte |
UnsignedByte.valueOf(int value)
valueOf. |
| Methods in org.opcfoundation.ua.builtintypes with parameters of type UnsignedByte | |
|---|---|
UnsignedByte |
UnsignedByte.add(UnsignedByte increment)
Add a value. |
int |
UnsignedByte.compareTo(UnsignedByte o)
compareTo. |
static UnsignedByte |
UnsignedByte.max(UnsignedByte v0,
UnsignedByte v1)
max. |
static UnsignedByte |
UnsignedByte.min(UnsignedByte v0,
UnsignedByte v1)
min. |
UnsignedByte |
UnsignedByte.subtract(UnsignedByte decrement)
Subtract a value from this value. |
| Constructors in org.opcfoundation.ua.builtintypes with parameters of type UnsignedByte | |
|---|---|
UnsignedInteger(UnsignedByte value)
Constructor for UnsignedInteger. |
|
| Uses of UnsignedByte in org.opcfoundation.ua.core |
|---|
| Fields in org.opcfoundation.ua.core declared as UnsignedByte | |
|---|---|
protected UnsignedByte |
VariableNode.AccessLevel
|
protected UnsignedByte |
VariableAttributes.AccessLevel
|
protected UnsignedByte |
ViewNode.EventNotifier
|
protected UnsignedByte |
ViewAttributes.EventNotifier
|
protected UnsignedByte |
ObjectNode.EventNotifier
|
protected UnsignedByte |
ObjectAttributes.EventNotifier
|
protected UnsignedByte |
AggregateConfiguration.PercentDataBad
|
protected UnsignedByte |
AggregateConfiguration.PercentDataGood
|
protected UnsignedByte |
SubscriptionDiagnosticsDataType.Priority
|
protected UnsignedByte |
ModifySubscriptionRequest.Priority
|
protected UnsignedByte |
CreateSubscriptionRequest.Priority
|
protected UnsignedByte |
EndpointDescription.SecurityLevel
|
protected UnsignedByte |
RedundantServerDataType.ServiceLevel
|
protected UnsignedByte |
VariableNode.UserAccessLevel
|
protected UnsignedByte |
VariableAttributes.UserAccessLevel
|
protected UnsignedByte |
ModelChangeStructureDataType.Verb
|
| Methods in org.opcfoundation.ua.core with parameters of type UnsignedByte | |
|---|---|
static EnumSet<AccessLevel> |
AccessLevel.getSet(UnsignedByte mask)
getSet. |
void |
VariableNode.setAccessLevel(UnsignedByte AccessLevel)
|
void |
VariableAttributes.setAccessLevel(UnsignedByte AccessLevel)
|
void |
ViewNode.setEventNotifier(UnsignedByte EventNotifier)
|
void |
ViewAttributes.setEventNotifier(UnsignedByte EventNotifier)
|
void |
ObjectNode.setEventNotifier(UnsignedByte EventNotifier)
|
void |
ObjectAttributes.setEventNotifier(UnsignedByte EventNotifier)
|
void |
AggregateConfiguration.setPercentDataBad(UnsignedByte PercentDataBad)
|
void |
AggregateConfiguration.setPercentDataGood(UnsignedByte PercentDataGood)
|
void |
SubscriptionDiagnosticsDataType.setPriority(UnsignedByte Priority)
|
void |
ModifySubscriptionRequest.setPriority(UnsignedByte Priority)
|
void |
CreateSubscriptionRequest.setPriority(UnsignedByte Priority)
|
void |
EndpointDescription.setSecurityLevel(UnsignedByte SecurityLevel)
|
void |
RedundantServerDataType.setServiceLevel(UnsignedByte ServiceLevel)
|
void |
VariableNode.setUserAccessLevel(UnsignedByte UserAccessLevel)
|
void |
VariableAttributes.setUserAccessLevel(UnsignedByte UserAccessLevel)
|
void |
ModelChangeStructureDataType.setVerb(UnsignedByte Verb)
|
| Constructors in org.opcfoundation.ua.core with parameters of type UnsignedByte | |
|---|---|
AggregateConfiguration(Boolean UseServerCapabilitiesDefaults,
Boolean TreatUncertainAsBad,
UnsignedByte PercentDataBad,
UnsignedByte PercentDataGood,
Boolean UseSlopedExtrapolation)
|
|
CreateSubscriptionRequest(RequestHeader RequestHeader,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
Boolean PublishingEnabled,
UnsignedByte Priority)
|
|
EndpointDescription(String EndpointUrl,
ApplicationDescription Server,
ByteString ServerCertificate,
MessageSecurityMode SecurityMode,
String SecurityPolicyUri,
UserTokenPolicy[] UserIdentityTokens,
String TransportProfileUri,
UnsignedByte SecurityLevel)
|
|
ModelChangeStructureDataType(NodeId Affected,
NodeId AffectedType,
UnsignedByte Verb)
|
|
ModifySubscriptionRequest(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
UnsignedByte Priority)
|
|
ObjectAttributes(UnsignedInteger SpecifiedAttributes,
LocalizedText DisplayName,
LocalizedText Description,
UnsignedInteger WriteMask,
UnsignedInteger UserWriteMask,
UnsignedByte EventNotifier)
|
|
ObjectNode(NodeId NodeId,
NodeClass NodeClass,
QualifiedName BrowseName,
LocalizedText DisplayName,
LocalizedText Description,
UnsignedInteger WriteMask,
UnsignedInteger UserWriteMask,
ReferenceNode[] References,
UnsignedByte EventNotifier)
|
|
RedundantServerDataType(String ServerId,
UnsignedByte ServiceLevel,
ServerState ServerState)
|
|
SubscriptionDiagnosticsDataType(NodeId SessionId,
UnsignedInteger SubscriptionId,
UnsignedByte Priority,
Double PublishingInterval,
UnsignedInteger MaxKeepAliveCount,
UnsignedInteger MaxLifetimeCount,
UnsignedInteger MaxNotificationsPerPublish,
Boolean PublishingEnabled,
UnsignedInteger ModifyCount,
UnsignedInteger EnableCount,
UnsignedInteger DisableCount,
UnsignedInteger RepublishRequestCount,
UnsignedInteger RepublishMessageRequestCount,
UnsignedInteger RepublishMessageCount,
UnsignedInteger TransferRequestCount,
UnsignedInteger TransferredToAltClientCount,
UnsignedInteger TransferredToSameClientCount,
UnsignedInteger PublishRequestCount,
UnsignedInteger DataChangeNotificationsCount,
UnsignedInteger EventNotificationsCount,
UnsignedInteger NotificationsCount,
UnsignedInteger LatePublishRequestCount,
UnsignedInteger CurrentKeepAliveCount,
UnsignedInteger CurrentLifetimeCount,
UnsignedInteger UnacknowledgedMessageCount,
UnsignedInteger DiscardedMessageCount,
UnsignedInteger MonitoredItemCount,
UnsignedInteger DisabledMonitoredItemCount,
UnsignedInteger MonitoringQueueOverflowCount,
UnsignedInteger NextSequenceNumber,
UnsignedInteger EventQueueOverFlowCount)
|
|
VariableAttributes(UnsignedInteger SpecifiedAttributes,
LocalizedText DisplayName,
LocalizedText Description,
UnsignedInteger WriteMask,
UnsignedInteger UserWriteMask,
Variant Value,
NodeId DataType,
Integer ValueRank,
UnsignedInteger[] ArrayDimensions,
UnsignedByte AccessLevel,
UnsignedByte UserAccessLevel,
Double MinimumSamplingInterval,
Boolean Historizing)
|
|
VariableNode(NodeId NodeId,
NodeClass NodeClass,
QualifiedName BrowseName,
LocalizedText DisplayName,
LocalizedText Description,
UnsignedInteger WriteMask,
UnsignedInteger UserWriteMask,
ReferenceNode[] References,
Variant Value,
NodeId DataType,
Integer ValueRank,
UnsignedInteger[] ArrayDimensions,
UnsignedByte AccessLevel,
UnsignedByte UserAccessLevel,
Double MinimumSamplingInterval,
Boolean Historizing)
|
|
ViewAttributes(UnsignedInteger SpecifiedAttributes,
LocalizedText DisplayName,
LocalizedText Description,
UnsignedInteger WriteMask,
UnsignedInteger UserWriteMask,
Boolean ContainsNoLoops,
UnsignedByte EventNotifier)
|
|
ViewNode(NodeId NodeId,
NodeClass NodeClass,
QualifiedName BrowseName,
LocalizedText DisplayName,
LocalizedText Description,
UnsignedInteger WriteMask,
UnsignedInteger UserWriteMask,
ReferenceNode[] References,
Boolean ContainsNoLoops,
UnsignedByte EventNotifier)
|
|
| Uses of UnsignedByte in org.opcfoundation.ua.encoding |
|---|
| Methods in org.opcfoundation.ua.encoding that return UnsignedByte | |
|---|---|
UnsignedByte |
IDecoder.getByte(String fieldName)
getByte. |
UnsignedByte[] |
IDecoder.getByteArray(String fieldName)
getByteArray. |
| Methods in org.opcfoundation.ua.encoding with parameters of type UnsignedByte | |
|---|---|
void |
IEncoder.putByte(String fieldName,
UnsignedByte v)
putByte. |
void |
IEncoder.putByteArray(String fieldName,
UnsignedByte[] v)
putByteArray. |
| Method parameters in org.opcfoundation.ua.encoding with type arguments of type UnsignedByte | |
|---|---|
void |
IEncoder.putByteArray(String fieldName,
Collection<UnsignedByte> v)
putByteArray. |
| Uses of UnsignedByte in org.opcfoundation.ua.encoding.binary |
|---|
| Methods in org.opcfoundation.ua.encoding.binary that return UnsignedByte | |
|---|---|
UnsignedByte |
BinaryDecoder.getByte(String fieldName)
getByte. |
UnsignedByte[] |
BinaryDecoder.getByteArray(String fieldName)
getByteArray. |
| Methods in org.opcfoundation.ua.encoding.binary with parameters of type UnsignedByte | |
|---|---|
void |
EncoderCalc.putByte(String fieldName,
UnsignedByte v)
putByte. |
void |
BinaryEncoder.putByte(String fieldName,
UnsignedByte v)
putByte. |
void |
EncoderCalc.putByteArray(String fieldName,
UnsignedByte[] v)
putByteArray. |
void |
BinaryEncoder.putByteArray(String fieldName,
UnsignedByte[] v)
putByteArray. |
| Method parameters in org.opcfoundation.ua.encoding.binary with type arguments of type UnsignedByte | |
|---|---|
void |
EncoderCalc.putByteArray(String fieldName,
Collection<UnsignedByte> v)
putByteArray. |
void |
BinaryEncoder.putByteArray(String fieldName,
Collection<UnsignedByte> v)
putByteArray. |
| Uses of UnsignedByte in org.opcfoundation.ua.encoding.xml |
|---|
| Methods in org.opcfoundation.ua.encoding.xml that return UnsignedByte | |
|---|---|
UnsignedByte |
XmlDecoder.getByte(String fieldName)
getByte. |
UnsignedByte[] |
XmlDecoder.getByteArray(String fieldName)
getByteArray. |
| Uses of UnsignedByte in org.opcfoundation.ua.transport |
|---|
| Methods in org.opcfoundation.ua.transport with parameters of type UnsignedByte | |
|---|---|
CreateSubscriptionResponse |
ChannelService.CreateSubscription(RequestHeader RequestHeader,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
Boolean PublishingEnabled,
UnsignedByte Priority)
Synchronous CreateSubscription service request. |
AsyncResult |
ChannelService.CreateSubscriptionAsync(RequestHeader RequestHeader,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
Boolean PublishingEnabled,
UnsignedByte Priority)
Asynchronous CreateSubscription service request. |
ModifySubscriptionResponse |
ChannelService.ModifySubscription(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
UnsignedByte Priority)
Synchronous ModifySubscription service request. |
AsyncResult |
ChannelService.ModifySubscriptionAsync(RequestHeader RequestHeader,
UnsignedInteger SubscriptionId,
Double RequestedPublishingInterval,
UnsignedInteger RequestedLifetimeCount,
UnsignedInteger RequestedMaxKeepAliveCount,
UnsignedInteger MaxNotificationsPerPublish,
UnsignedByte Priority)
Asynchronous ModifySubscription service request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||