org.fourthline.cling.support.xmicrosoft
Class AbstractMediaReceiverRegistrarService
java.lang.Object
org.fourthline.cling.support.xmicrosoft.AbstractMediaReceiverRegistrarService
public abstract class AbstractMediaReceiverRegistrarService
- extends Object
Basic implementation of service required by MSFT devices such as XBox 360.
- Author:
- Mario Franco
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyChangeSupport
protected final PropertyChangeSupport propertyChangeSupport
AbstractMediaReceiverRegistrarService
protected AbstractMediaReceiverRegistrarService()
AbstractMediaReceiverRegistrarService
protected AbstractMediaReceiverRegistrarService(PropertyChangeSupport propertyChangeSupport)
getPropertyChangeSupport
public PropertyChangeSupport getPropertyChangeSupport()
getAuthorizationGrantedUpdateID
public UnsignedIntegerFourBytes getAuthorizationGrantedUpdateID()
getAuthorizationDeniedUpdateID
public UnsignedIntegerFourBytes getAuthorizationDeniedUpdateID()
getValidationSucceededUpdateID
public UnsignedIntegerFourBytes getValidationSucceededUpdateID()
getValidationRevokedUpdateID
public UnsignedIntegerFourBytes getValidationRevokedUpdateID()
isAuthorized
public int isAuthorized(String deviceID)
isValidated
public int isValidated(String deviceID)
registerDevice
public byte[] registerDevice(byte[] registrationReqMsg)
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.