|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEEE1394Node
This interface represents the information on a 1394 node.
Method Summary | |
---|---|
byte[] |
getEUI64()
Returns the value of EUI-64 of the 1394 node. |
java.lang.String |
getModelName()
Returns the value of MODEL NAME TEXTUAL DESCRIPTOR of the 1394 node. |
short[] |
getSubunitType()
Returns the list of subunitTypes supported by the 1394 node. |
java.lang.String |
getVendorName()
Returns the value of VENDOR NAME TEXTUAL DESCRIPTOR of the 1394 node. |
Method Detail |
---|
byte[] getEUI64()
java.lang.SecurityException
- if the caller has not been granted
MonitorAppPermission("setVideoPort").java.lang.String getModelName()
java.lang.SecurityException
- if the caller has not been granted
MonitorAppPermission("setVideoPort").java.lang.String getVendorName()
java.lang.SecurityException
- if the caller has not been granted
MonitorAppPermission("setVideoPort").short[] getSubunitType()
java.lang.SecurityException
- if the caller has not been granted
MonitorAppPermission("setVideoPort")
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |