- 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
Modifier and TypeInterfaceDescriptionstatic interface
PingMagicBytesAccessor.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 interface
Provides a mutator for a ping magic bytes property.static interface
Provides 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.
-