- All Known Subinterfaces:
PingMagicBytesAccessor.PingMagicBytesProperty
- All Known Implementing Classes:
TransmissionMetrics
public interface PingMagicBytesAccessor
Provides an accessor for a ping magic bytes property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacePingMagicBytesAccessor.PingMagicBytesBuilder<B extends PingMagicBytesAccessor.PingMagicBytesBuilder<B>>Provides a builder method for a ping magic bytes property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a ping magic bytes property.static interfaceProvides a ping magic bytes property. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Retrieves the magic bytes from the ping magic bytes property.
-
Method Details
-
getPingMagicBytes
byte[] getPingMagicBytes()Retrieves the magic bytes from the ping magic bytes property.- Returns:
- The magic bytes stored by the ping magic bytes property.
-