public class InterfaceMacHeader extends UpnpHeader<byte[]>
UpnpHeader.Type| Constructor and Description |
|---|
InterfaceMacHeader() |
InterfaceMacHeader(byte[] value) |
InterfaceMacHeader(String s) |
| Modifier and Type | Method and Description |
|---|---|
String |
getString() |
void |
setString(String s) |
String |
toString() |
getValue, newInstance, setValuepublic InterfaceMacHeader()
public InterfaceMacHeader(byte[] value)
public InterfaceMacHeader(String s)
public void setString(String s) throws InvalidHeaderException
setString in class UpnpHeader<byte[]>s - This header's value as a string representation.InvalidHeaderException - If the value is invalid for this UPnP header.public String getString()
getString in class UpnpHeader<byte[]>public String toString()
toString in class UpnpHeader<byte[]>Copyright © 2023 jUPnP.org. All rights reserved.