public class EventSequenceHeader extends UpnpHeader<UnsignedIntegerFourBytes>
UpnpHeader.Type| Constructor and Description |
|---|
EventSequenceHeader() |
EventSequenceHeader(long value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getString() |
void |
setString(String s) |
getValue, newInstance, setValue, toStringpublic EventSequenceHeader()
public EventSequenceHeader(long value)
public void setString(String s) throws InvalidHeaderException
setString in class UpnpHeader<UnsignedIntegerFourBytes>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<UnsignedIntegerFourBytes>Copyright © 2023 jUPnP.org. All rights reserved.